Push an existing folder to git

72

cd existing_folder
git init
git remote add origin https://git.dstech.info/mindujo/mindujo-woocommerce.git
git add .
git commit -m "Initial commit"
git push -u origin master

Comments

Submit
0 Comments